home *** CD-ROM | disk | FTP | other *** search
- object DeleteMarriageForm: TDeleteMarriageForm
- Left = 243
- Top = 235
- BorderStyle = bsDialog
- Caption = 'Delete Link'
- ClientHeight = 150
- ClientWidth = 259
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 117
- Width = 259
- Height = 33
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object OK: TButton
- Left = 53
- Top = 5
- Width = 75
- Height = 25
- Caption = 'Delete'
- Default = True
- TabOrder = 0
- OnClick = OKClick
- end
- object Cancel: TButton
- Left = 133
- Top = 5
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelClick
- end
- end
- object ListBox1: TListBox
- Left = 0
- Top = 18
- Width = 259
- Height = 99
- Align = alClient
- ItemHeight = 13
- TabOrder = 1
- OnDblClick = OKClick
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 259
- Height = 18
- Align = alTop
- BevelOuter = bvNone
- Caption = 'Delete link to marriage:'
- TabOrder = 2
- end
- end
-